home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 675 b | 32 lines | [TEXT/GEOL] |
- Item 4925702 18-Sept-89 23:11
-
- From: MID France, M.I.D.
-
- To: CDA0188 DEV Advantage SW, Gregory Hemstreet
- D0420 Satori SW, Hugh Rogovy,PRT
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Temporary fix for TrackMouse
-
- Chris, Tom and other MacAppers,
-
- Here is my temporary fix for the "desktopPort bug" :
-
- FUNCTION TApplication.TrackMouse(...): TCommand;
- VAR
- ...
- savePort: GrafPtr;
-
- BEGIN
- GetPort(savePort);
- ...
- SetPort(savePort);
- END;
-
- This coarse solution seems to work in every cases.
-
- Etienne Vautherin
-
-
-